Bentley Map V8i (SELECTseries 10) Help

PRINT

Syntax: PRINT { variable[format] | “string” } [ { variable[format] | “string” } ]...

The PRINT command is very similar to the MESSAGE command but instead of showing the text in the Message List, it prints the text to either the log file or a file opened using the OUTPUT command. If an output file has been opened using the OUTPUT command, all text from the PRINT commands are written in this output file, otherwise it is written in the log file.